home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 October / Software of the Month - Ultimate Collection Shareware 277.iso / pc / PROGRAMS / UTILITY / WINLINUX / DATA1.CAB / programs_-_usrdoc / SPLITVT / NOTES.{_4 < prev    next >
Text File  |  1999-09-17  |  1KB  |  41 lines

  1.  
  2. Install Notes:
  3.  
  4.     This program has been compiled on the following UNIX systems:
  5.  
  6.         Sun/OS 4.1.x
  7.         Sun/OS 5.1  (Solaris 2.1)
  8.         ULTRIX 4.2
  9.         ULTRIX 4.3
  10.         OSF 3.0
  11.         IRIX 4.0.1
  12.         IRIX 4.0.5F
  13.         HP-UX 7.00
  14.         HP-UX 8.07
  15.         HP-UX 9.01
  16.         AT&T System V.3.2  
  17.         BSD 4.3
  18.         Linux       (by upsyf173@HRZ.Uni-Bielefeld.DE)
  19.         FreeBSD
  20.         AIX 3.2.4
  21.         NeXTStep    (by mgrlhc@NeXTwork.Rose-Hulman.Edu)
  22.         System V/88     (by tony@plaza.ds.adp.com)
  23.         MP-RAS 2.0    (by Shawn.Shealy@ColumbiaSC.NCR.COM)
  24.         Coherent 4.2.x    (by fredex@fcshome.stoneham.ma.us)
  25.         
  26.     If splitvt fails to run and prints out the message:
  27. "Can't initialize screen: Your terminal lacks the XX termcap capability."
  28. then do "make clean", remove "-DTERMCAP" from the CFLAGS line in the
  29. Makefile and then recompile.
  30.  
  31.     Under AT&T System V.3.2 (a 3b2 machine) I had to add the line:
  32. CC = gcc
  33. at the top of the Makefile so that it didn't get a syntax error in
  34. /usr/include/sys/wait.h.  This particular 3b2 machine had been souped
  35. up with gcc and other exotic software. 
  36.  
  37.     Under Sun/OS 5.0 (Solaris 2.1), running gcc, the grantpt()
  38. function breaks under the -O compiling option.  Just remove that 
  39. from the CFLAGS, and everything will work fine.
  40.  
  41.